home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity dB Meter.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-03-10  |  1KB  |  47 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 236
  3.   Top = 177
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 318
  8.   ClientWidth = 104
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 57
  25.     Height = 269
  26.     Color = 5452845
  27.     ParentColor = False
  28.     ParentShowHint = True
  29.     object PeakMeter: TWAVVolumeter
  30.       Left = 24
  31.       Top = 0
  32.       Width = 34
  33.       Height = 269
  34.       Cursor = crCross
  35.       BmpList = SynthResModule.PeakMeterIL
  36.       Orientation = trVertical
  37.       Snap = 1
  38.       Max = 65536
  39.       DecaySpeed = 65536
  40.       ClipDuration = 20
  41.       HoldDuration = 60
  42.       OnMouseDown = PeakMeterMouseDown
  43.       OnMouseMove = PeakMeterMouseMove
  44.     end
  45.   end
  46. end
  47.